-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync branches when mirroring #25722
Sync branches when mirroring #25722
Conversation
modules/git/git.go
Outdated
@@ -359,7 +358,7 @@ func configSetNonExist(key, value string) error { | |||
func configAddNonExist(key, value string) error { | |||
_, _, err := NewCommand(DefaultContext, "config", "--global", "--get").AddDynamicArguments(key, regexp.QuoteMeta(value)).RunStdString(nil) | |||
if err == nil { | |||
// already exist | |||
// already exist , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's editors behaviour.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But there are lots of spaces and a ,
* giteaofficial/main: [skip ci] Updated translations via Crowdin Remove unused code (go-gitea#25734) Fix commits table regression (go-gitea#25710) Fix inconsistent user profile layout across tabs (go-gitea#25625) Simplify the LFS GC logger usage (go-gitea#25717) Allow/fix review (approve/reject) of empty PRs (go-gitea#25690) Correct permissions for `.ssh` and `authorized_keys` (go-gitea#25721) Sync branches when mirroring (go-gitea#25722)
Caused by #22743